home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / AppsToGo / AppsToGo.src / AppsToGo.Changes / DTS.Draw / TGroupObj.c.df < prev    next >
Encoding:
Text File  |  1993-06-18  |  2.8 KB  |  61 lines  |  [TEXT/MPS ]

  1. File #1: b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c
  2. File #2: a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c
  3.  
  4. Extra lines in 2nd before 11 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line Δ11; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 11:18)
  5. /* You may incorporate this sample code into your applications without
  6. ** restriction, though the sample code has been provided "AS IS" and the
  7. ** responsibility for its operation is 100% yours.  However, what you are
  8. ** not permitted to do is to redistribute the source as "DSC Sample Code"
  9. ** after having made changes. If you're going to re-distribute the source,
  10. ** we require that you make it clear in the source that the code was
  11. ** descended from Apple Sample Code, but that you've made changes. */
  12.  
  13.  
  14.  
  15. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line 85:86; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 93)
  16.         case INITMESSAGE:        /* For these messages, the TRect behavior is what we want. */
  17.         case FREEMESSAGE:
  18.  
  19.         case FREEMESSAGE:        /* For these messages, the TRect behavior is what we want. */
  20.  
  21.  
  22. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line 94:97; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 101:104)
  23.         case GETBBOXMESSAGE:
  24.         case SETBBOXMESSAGE:
  25.         case SECTBBOXMESSAGE:
  26.         case TARGETMESSAGE:
  27.  
  28.         case GETOBJRECTMESSAGE:
  29.         case SETOBJRECTMESSAGE:
  30.         case SECTOBJRECTMESSAGE:
  31.         case GETBBOXMESSAGE:
  32.  
  33.  
  34. Extra lines in 2nd before 101 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line Δ101; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 108)
  35.         case COMPAREMESSAGE:
  36.  
  37.  
  38. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line 104:105; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 112)
  39.         case HITTESTMESSAGE:
  40.             return(0L);                /* Groups can not directly be hit. */
  41.  
  42.         case INITMESSAGE:
  43.  
  44.  
  45. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line 108:109; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 115:116)
  46.         case GETRGNMESSAGE:
  47.             return((long)NewRgn());    /* The region is used for hit-testing, so return an empty rgn. */
  48.  
  49.         case HITTESTMESSAGE:
  50.             return(0L);                /* Groups can not directly be hit. */
  51.  
  52.  
  53. Extra lines in 2nd before 112 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TGroupObj.c"; Line Δ112; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TGroupObj.c"; Line 119:122)
  54.         case GETRGNMESSAGE:
  55.             return((long)NewRgn());    /* The region is used for hit-testing, so return an empty rgn. */
  56.             break;
  57.  
  58.  
  59.  
  60. *** EOF on both files at the same time ***
  61.